focus arrow before pack_end items (#123851, Matthias Clasen)
authorSoeren Sandmann <sandmann@daimi.au.dk>
Sat, 4 Oct 2003 22:58:14 +0000 (22:58 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Sat, 4 Oct 2003 22:58:14 +0000 (22:58 +0000)
Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
focus arrow before pack_end items (#123851, Matthias Clasen)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktoolbar.c

index 63f30b339d4ef2a09a795426e72bacbde0001a5a..ada395272e74c611ea6e2428996ba1019faccf99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+       focus arrow before pack_end items (#123851, Matthias Clasen)
+
 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
index 63f30b339d4ef2a09a795426e72bacbde0001a5a..ada395272e74c611ea6e2428996ba1019faccf99 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+       focus arrow before pack_end items (#123851, Matthias Clasen)
+
 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
index 63f30b339d4ef2a09a795426e72bacbde0001a5a..ada395272e74c611ea6e2428996ba1019faccf99 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+       focus arrow before pack_end items (#123851, Matthias Clasen)
+
 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
index 63f30b339d4ef2a09a795426e72bacbde0001a5a..ada395272e74c611ea6e2428996ba1019faccf99 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+       focus arrow before pack_end items (#123851, Matthias Clasen)
+
 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
index 63f30b339d4ef2a09a795426e72bacbde0001a5a..ada395272e74c611ea6e2428996ba1019faccf99 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct  5 00:53:15 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
+
+       * gtk/gtktoolbar.c (gtk_toolbar_list_children_in_focus_order):
+       focus arrow before pack_end items (#123851, Matthias Clasen)
+
 Fri Oct  3 20:50:48 2003  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
index dd5e8328d5f9574fd7c096d403184a708c9091d3..4eea8f57d6e5031dc79848411b053d75bd26cf4b 100644 (file)
@@ -1377,6 +1377,8 @@ gtk_toolbar_list_children_in_focus_order (GtkToolbar       *toolbar,
        result = g_list_prepend (result, item);
     }
 
+  result = g_list_prepend (result, priv->arrow_button);
+
   for (list = priv->items; list != NULL; list = list->next)
     {
       GtkToolItem *item = list->data;
@@ -1385,8 +1387,6 @@ gtk_toolbar_list_children_in_focus_order (GtkToolbar       *toolbar,
        result = g_list_prepend (result, item);
     }
 
-  result = g_list_prepend (result, priv->arrow_button);
-
   rtl = (gtk_widget_get_direction (GTK_WIDGET (toolbar)) == GTK_TEXT_DIR_RTL);
   
   /* move in logical order when